Cr2MovieInfoPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class Cr2MovieInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
| Constructor | Description |
|---|---|
| Cr2MovieInfoPackage() | Initializes a new instance of the Cr2MovieInfoPackage class. |
| Method | Description |
|---|---|
| getFrameRate() | Gets the FrameRate. |
| getFrameCount() | Gets the FrameCount. |
| getFrameCount2() | Gets the FrameCount2. |
| getFrameRate2() | Gets the FrameRate. |
| getDuration() | Gets the Duration. |
| getAudioBitrate() | Gets the AudioBitrate. |
| getAudioSampleRate() | Gets the AudioSampleRate. |
| getAudioChannels() | Gets the AudioChannels. |
| getVideoCodec() | Gets the VideoCodec. |
public Cr2MovieInfoPackage()
Initializes a new instance of the Cr2MovieInfoPackage class.
public final int getFrameRate()
Gets the FrameRate.
Returns: int - The FrameRate.
public final int getFrameCount()
Gets the FrameCount.
Returns: int - The FrameCount.
public final int getFrameCount2()
Gets the FrameCount2.
Returns: int - The FrameCount2.
public final float getFrameRate2()
Gets the FrameRate.
Returns: float - The FrameRate.
public final int getDuration()
Gets the Duration.
Returns: int - The Duration.
public final int getAudioBitrate()
Gets the AudioBitrate.
Returns: int - The AudioBitrate.
public final int getAudioSampleRate()
Gets the AudioSampleRate.
Returns: int - The AudioSampleRate.
public final int getAudioChannels()
Gets the AudioChannels.
Returns: int - The AudioChannels.
public final byte[] getVideoCodec()
Gets the VideoCodec.
Returns: byte[] - The VideoCodec.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.