Cr2MovieInfoPackage

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.

Constructors

Constructor Description
Cr2MovieInfoPackage() Initializes a new instance of the Cr2MovieInfoPackage class.

Methods

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.

Cr2MovieInfoPackage()

public Cr2MovieInfoPackage()

Initializes a new instance of the Cr2MovieInfoPackage class.

getFrameRate()

public final int getFrameRate()

Gets the FrameRate.

Returns: int - The FrameRate.

getFrameCount()

public final int getFrameCount()

Gets the FrameCount.

Returns: int - The FrameCount.

getFrameCount2()

public final int getFrameCount2()

Gets the FrameCount2.

Returns: int - The FrameCount2.

getFrameRate2()

public final float getFrameRate2()

Gets the FrameRate.

Returns: float - The FrameRate.

getDuration()

public final int getDuration()

Gets the Duration.

Returns: int - The Duration.

getAudioBitrate()

public final int getAudioBitrate()

Gets the AudioBitrate.

Returns: int - The AudioBitrate.

getAudioSampleRate()

public final int getAudioSampleRate()

Gets the AudioSampleRate.

Returns: int - The AudioSampleRate.

getAudioChannels()

public final int getAudioChannels()

Gets the AudioChannels.

Returns: int - The AudioChannels.

getVideoCodec()

public final byte[] getVideoCodec()

Gets the VideoCodec.

Returns: byte[] - The VideoCodec.